home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 2000 January
/
Macworld (2000-01).dmg
/
Serious Software
/
PageSentry 2.5.2 Pro CD demo
/
Sample AppleScripts
/
SendPage_PageNow
< prev
Wrap
Text File
|
1996-02-04
|
493b
|
14 lines
--- PageSentry Notification Applet
--- SendPage Alphanumeric Pager (for use with "PageNow")
on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
set Message to sentryName & "-" & Status & " " & failedURL
--- To use Notify running on another machine, use:
--- tell application "PageNOW!™ Demo" of machine "PageServer" of zone "PageServerZone"
tell application "PageNOW!™ Demo"
send page Message to extra
end tell
end «event SENTfail»